-------------------------------------------------------------------------------
Version 1.3.0.0 - Mar 31 2011
-------------------------------------------------------------------------------
#Files modified from previous update: 
Konstruct.exe
Lexer.dll

---------

#Feature Added.
Powerbasic v10 support.

---------

#Feature Added.
PB Forms Template.

---------

#Feature Added.
Custom colors support.

---------

#Bug Fix.
Right click > Copy was broken in Debug Output window.

---------

#Bug Fix.
ASM Keyword would incorrectly color the following line if it was the only
word on the line.

---------

#Bug Fix.
Auto Close Compiler Log would close but it's tab would incorrectly 
remain selected.

---------

#Bug Fix.
Assembler keyword SUB would trigger a false fold point when used in 
a 'Prefix' block.

---------

#Bug Fix.
Some PB keywords would trigger a false fold point when used as a varaible 
within a Type or Union structure.

---------

#Bug Fix.
Icons in File Combobox were missing for the following file types:-
.HTML, .XML, .H 

---------

#Known Issue
Folding fails to see 'End of Block' if also on the opening line.
eg. Method MyMethod() : Some code here : End Method

---------





-------------------------------------------------------------------------------
Version 1.2.2.0 - Mar 7 2011
-------------------------------------------------------------------------------
#Files modified from previous update: 
Konstruct.exe

---------

#Feature Added.
Right click Menu on Project node in treeview.

---------

#Feature Added.
Right click Menu on Editor tabs.

---------

#Feature Added.
Initialization switches to enable\disable automatic code generation for
Include file paths.

---------

#Feature Added.
Menu item. 'Open file' using the currently selected text as the file name.
eg. Right click when "Win32API.inc" is selected.

---------
#Bug Fix.
Find using F3 didn't scroll correctly if a match was found in a collapsed procedure.

---------





-------------------------------------------------------------------------------
Version 1.2.1.1 - Feb 28 2011
-------------------------------------------------------------------------------
#Files modified from previous update: 
Lexer.dll

---------

#Bug Fix.
"Class Method Create" and "Class Method Destroy" folding were broken 
during the last bug fix.

---------





-------------------------------------------------------------------------------
Version 1.2.1.0 - Feb 28 2011
-------------------------------------------------------------------------------
#Files modified from previous update: 
Konstruct.exe
Lexer.dll

---------

#Bug Fix.
GPF. A pointer being passed to Scintilla that should have referenced a PB10 keywords 
list was not being checked to see if it was empty. Also a messagebox has now been 
added to inform the user when keyword files are missing rather than just disable
folding\lexing.

---------





-------------------------------------------------------------------------------
Version 1.2.0 - Feb 27 2011
-------------------------------------------------------------------------------
#Files modified from previous update: 
Konstruct.exe
SciLexer.dll
Lexer.dll

---------

#Feature Added.
Modified Line Markers.
Yello = Modified and unsaved.
Green = Modified and saved.

---------

#Feature Added.
User Tools Manager.

---------

#Feature Added.
Toolbox Pane.

---------

#Feature Added.
Programmable Middle Mouse Button.

---------

#Feature Added.
Basic ASCII Table. (Embedded in Toolbox)

---------

#Feature Added.
Code Store. (Embedded in Toolbox)
Drag selected text onto panel to add code snippet.
Shift+Left mouse click to edit item description.
Delete item by deleting description and hitting Enter.
Re-order by dragging item.

---------

#Feature Added.
Menu item. 'Append'
Performs a copy operation and appends the selected text to the Clipboard.

---------

#Feature Added.
Auto Close Compiler Log.
Closes log tab after a successful compile.

---------

#Feature Added.
Copy As BBCode.
Shift+Ctrl+C copies selected text as BBCode to the Clipboard.
(Will be reimplemented as a User Tool in a future update.)

---------

#Operational Change.
Files added to the current project are added before "Main.bas"
in the Active Files list.

---------

#Operational Change.
"Main.bas" cannot be renamed or deleted.

---------

#Bug Fix.
Brace Highlighting display color did not change in the Options Dialog.

---------

#Bug Fix.
Selected text region was incorrectly recalled due to whitespace removal
when a file is loaded. 

---------

#Note. 
Some menu items have been moved to more appropriate positions.
Preliminary PB10 folding and Metastatement code added.
Keywords folder structure modified to eliminate unnecessary file duplication.
Minor visual changes.

-------------------------------------------------------------------------------





-------------------------------------------------------------------------------
Version 1.1.0 - Jan 20 2011
-------------------------------------------------------------------------------
#Files modified from previous update: 
Konstruct.exe

---------

#Feature Added.
Messagebox. 'Folder Deletion'
Provides an option to the delete the files and folders that were created, as 
the result of a stating a New Project, if the project was closed without
ever being saved.

---------

#Feature Added.
Menu item. 'Open containing folder'

---------

#Feature Added.
Menu item. 'Task List'
Scans for tokens at the start of a comment (not case sensitive). 
Tokens accepted:- 'Fix:', 'Hack:', 'Note:', 'ToDo:'

---------

#Feature Added.
Build Configuration combobox.
When set to "Release", any debug\tools metastatement settings are overridden.
When set to "Debug", current metastatement settings apply and the %DEBUG_ON 
constant is automatically added for use with conditional compilation.

---------

#Feature Added.
Drag n drop to add files to an open project is now supported.

---------

#Bug Fix.
When only spaces were entered into the Find Dialog and 'Find All' was clicked,
the Find Results pane would not always draw correctly.

---------

#Bug Fix.
Double clicking an empty line in the Find Results pane when it already 
contained search data would cause a GPF.

---------

#Bug Fix.
Temporary file and folder deletion. If CurDir$ returned the same path 
as the folder being deleted, the SHFileOperation API would fail reporting 
that the folder is 'currently in use'.


-------------------------------------------------------------------------------
Version 1.0.0 beta - Jan 17 2011 
-------------------------------------------------------------------------------
Initial public release